home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / set / status_hold < prev    next >
Text File  |  2001-03-21  |  668b  |  23 lines

  1. Synopsis:
  2.    set status_hold [<text>]
  3.  
  4. Description:
  5.    This variable sets the string displayed in the status bar when the
  6.    current window has HOLD_MODE turned on, and there are lines of text
  7.    waiting in the queue to be displayed.
  8.  
  9.    This string is represented by %H in the STATUS_FORMAT string.  The %H
  10.    is treated literally within STATUS_HOLD.
  11.  
  12. Examples:
  13.    Customizing the message indicating lines are being held:
  14.       /set status_hold Held Lines: 
  15.  
  16. See Also:
  17.    set(4) hold_mode, status_format, status_hold_lines; window(4) hold_mode
  18.  
  19. Other Notes:
  20.    When lines are held, both this setting and STATUS_HOLD_LINES are
  21.    activated.
  22.  
  23.